source: temp/trunk/html/test/uehara/test.php @ 10108

Revision 10108, 67 bytes checked in by uehara, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2$test= 'aaa\\ ';
3if(EregI("[\\]", $test)) {
4    echo "true!!";
5}
Note: See TracBrowser for help on using the repository browser.