Helping to make some easy regular expression

Posted by Sergii on Stack Overflow See other posts from Stack Overflow or by Sergii
Published on 2010-05-07T16:13:48Z Indexed on 2010/05/07 16:28 UTC
Read the original article Hit count: 139

Filed under:
|

Hi. I need a reg expression what make this "123.12312" -> "123.32", or "23.323" -> "23.32" in c#.

After thought - it must be only 2 digits :)

© Stack Overflow or respective owner

Related posts about regex

Related posts about c#