タグ

javaとphpに関するhigeorangeのブックマーク (2)

  • 正規表現メモ

    \x{} \pは後続する名前が表すクラス(プロパティ、スクリプト、ブロック)に属する文字にマッチし、 \Pは後続する名前のクラスに属さない文字にマッチします。 クラスの名前が一文字のときはブレースを省略できます。 クラス名の前に^を置くことにより否定形の指定を行うことも可能です。 Perl 5.8 での変更点 Perl5.8以降(5.6でも使えたようですが)では \pや\Pで始まるプロパティ指定に標準Unicode属性を使うこともできます。 詳しくは perlunicode perlunicode - Perl における Unicode サポート を参照してください。 日語による説明が Unicodestandard にもあります。 Perl 5.8以降ではユーザーが任意のプロパティを作成することができます (IsまたはInを必ず前置)。 詳しくは perlunicode perluni

  • Real Time Syntax Highlighting JavaScript (RTSHJS)

    Jonathan said... Awesome! Undo is pretty essential though. When editing large blocks of text, it's very easy to highlight more than you meant to and you not being able to undo would be a killer. 8/30/2006 11:39 AM Unknown said... the // comments regex is incorrect on php.... should be: /([^:])\/\/(.*?)(<br>|<\/P>)/g,'$1//$2$3' you aren't properly preusing the white space before the comment! FYI! 9

  • 1