Help for this page

Select Code to Download


  1. or download this
    /^        # start of string
     0x       # 0x prefix
    ...
     $        # end of string
    /xi       # x = allow spaces & comments in regexp
              # i = ignore case