http://qs321.pair.com?node_id=558977


in reply to The craziest RegExes you ever created

Id just like to point out that regexes like these, with test data and expected output would worthy additions to the regex test suite. This is especially true of unicode regexes. The perl core is curently impoverished in terms of unicode regex tests.

Update: Please don't upvote this node to show your approval. Contribute some test cases instead. Its much more valuable to everybody.

---
$world=~s/war/peace/g

  • Comment on Re: The craziest RegExes you ever created