Trying to write a regex matcher for roman numerals. In sed (which I think is considered 'standard' for regex?), if you have multiple options delimited by the alternation operator, it will ...
I'm trying to interpret a multiline string with RegEx and just found that matching will fail if the string contains newline characters. I'm NOT using using MULTILINE mode, because I'm not ...
nevermind! On windows I was running within eclipse. In linux I was running bins from a jar. I had renamed an old version of the jar, and didnt realize it would still look in this jar in the lib folder even though it had a different name. And this other jar file also had an xml conf file (by accident). On ...
[0] => Array ( [0] => : [1] => :a2 [2] => :a3 [3] => :a4 [4] => :b1 [5] => :ffff [6] => :0000 [7] => :0000 ) So, element ":" is now there, but element "" at the beginning is missing. I tried so long to find an answer about why PHP has another result as Java for the ...