functions-online

Comments

Last comments for preg_split()

On 09. Aug 2016 07:22 jl-aus wrote:

I agree with devvyn a multiple flag would be very handy. Having said that, thank you for this amazing tool! I found you through searching google for preg_split online. Just to let you know. It was very helpful!

On 24. Mar 2012 11:30 butzi wrote:

@devvyn: i will take a look at this. But will take some time.

On 20. Mar 2012 18:21 devvyn wrote:

I really like this tool, because it specifically lets me test preg_split without typing up test code. If I could add one improvement to this it would be the ability to choose multiple flags, such as in the expression (PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE). I believe bitwise OR is the proper way to combine, and a multiple select box here should do the trick.

On 01. Nov 2010 00:02 butzi wrote:

can you giva an example for this? Generally you can always write \ or \\ in strings. They are the same, when no special char is following.

On 29. Sep 2010 13:40 Rob Ferrer wrote:

You seem to be escaping too much, which means I can't test my regular expression (you escape all the slashes). Shame, looks like a useful tool!