タグ

regexに関するmanji6のブックマーク (1)

  • JavaScript Regex :: XRegExp

    “Regular Expressions Cookbook manages to be simultaneously accessible and almost ridiculously comprehensive.” —Jeff Atwood Recommended regex tools: • RegexBuddy • RegexMagic • PowerGREP What is it? XRegExp provides augmented (and extensible) JavaScript regular expressions. You get modern syntax and flags beyond what browsers support natively. XRegExp is also a regex utility belt with tools to make

    manji6
    manji6 2011/06/13
    ブラウザ標準の正規表現を拡張し、差異もなくしてくれるJavaScriptライブラリ
  • 1