I have the regexp:
\[IN\](\d+)\[/IN\]
Which works fine for:
...[IN]34[/IN]...
...[IN]1[/IN]...
...[IN]12[/IN]...
etc
But it doesn't quite work for decimals, IE:
...[IN]3.5[/IN]... ...[IN]2.8[/IN]... ...[IN]9.4[/IN]... etc
How do I make it match these as well?
Thanks!
1.4E-3)?