christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

org.as3commons.lang.StringUtils.startsWith not working when the string str starts with a '+' #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
to reproduce:

StringUtils.startsWith('+1235456789', '+1');

expected true, got a false.

Kind Regards,
Michiel Windey

Original issue reported on code.google.com by michiel....@gmail.com on 11 Jan 2011 at 11:07

GoogleCodeExporter commented 8 years ago
This bug has been fixed and is available in the current trunnk.
Thanks for reporting this issue!

Original comment by rol...@stackandheap.com on 11 Jan 2011 at 11:58

GoogleCodeExporter commented 8 years ago

Original comment by ihatelivelyids on 11 Jan 2011 at 12:00