Help for this page

Select Code to Download


  1. or download this
    not ok 30410 - couldn't compile /\p{Numeric_Value:3.12e-03}/; line 699
    +58: Can't find Unicode property definition "Numeric_Value:3.12e-03" i
    +n regex; marked by <-- HERE in m/\p{Numeric_Value:3.12e-03} <-- HERE 
    +/ at (eval 26922) line 2.
    
    not ok 30411 - couldn't compile /\p{^Numeric_Value:3.12e-03}/; line 69
    +959: Can't find Unicode property definition "Numeric_Value:3.12e-03" 
    +in regex; marked by <-- HERE in m/\p{^Numeric_Value:3.12e-03} <-- HER
    +E / at (eval 26923) line 2.
    
  2. or download this
    Expect(1, 73684, '\p{Numeric_Value:3.13e-03}', "");
    Expect(0, 73684, '\p{^Numeric_Value:3.13e-03}', "");