Thread Problem mit Match Anweisung und RegEx
(9 answers)
Opened by Corni_Cornflake at 2017-08-20 15:38
Wörter werden sinnvoller an Wortgrenzen gesplittet. Das ist im regex das \b
So zum Beispiel: /\b(er|sie)\b/ http://www.regular-expressions.info/wordboundaries... http://perldoc.perl.org/perlre.html http://www.rexegg.com/regex-boundaries.html#wordbo... Online-Regex-Tester: http://www.regexpal.com/ Last edited: 2017-08-20 17:10:25 +0200 (CEST) |