Jaydeep Das <jaydeepjd.8914@xxxxxxxxx> writes: > How about modifying the number match regex to: > > `[0-9._]+([Ee][-+]?[0-9]+)?[fFlLuU]*[^a-zA-Z]` ? > > The `[^a-zA-Z]` in the end would make sure to not match > the `.F` in `X.Find`. Do we want to match "foo.F<EOL>"? If requiring at least one non-alpha after [fFlLuU]* is OK, then please ignore this message ;-) Thanks.