Extract a string from between 2 strings

In this article, I am going to show how to extract a string from between 2 strings. I will also be illustrating with an example, showing code samples and explanations. Lets dive in ... The Example string Below is the example string used for illustration in this article $string = "10 = OPTION 10 {... Continue Reading →

My Short Notes 1

Below are just notes on some small tasks which are not long enough to be put in a single blog post. Enjoy !!!! Setting display/sorting order of records for a table in the List-Module in TYPO3 Lets say we want to set the display order for records from a table based on a "text" field... Continue Reading →

How to refresh gitignore

After creating a .gitignore file in your repository and setting patterns to match files which you do not want Git to track, Git starts tracking repository files and respecting the patterns set in the .gitignore file after you run the git add command (For example git add .). The problem is that if we later... Continue Reading →

Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started