mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 14:51:11 +08:00
the 'number' regexp is now case-insensitive
This commit is contained in:
parent
5444886acc
commit
9bac656396
@ -313,7 +313,7 @@ sub mainThread {
|
||||
}
|
||||
|
||||
# regexp for a possibly floating point, possibly scientific notation number, fully captured
|
||||
my $numRE = qr/([-]?[0-9\.]+(?:e[-+]?[0-9]+)?)/o;
|
||||
my $numRE = qr/([-]?[0-9\.]+(?:e[-+]?[0-9]+)?)/io;
|
||||
my $xlast;
|
||||
my $haveNewData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user