[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Regex not behaving as desired
Page 1 of 1

Regex not behaving as desired

Posted: 19 Sep 2014 18:58
by dtmilieu
In Data laboratory, I applied "plane" to the Description field, and it narrowed down to 17 records/nodes, which is as expected.
Then in Overview, I tried to get the same nodes by using regex in the filter area, but only 2 nodes showed up.
I used this the regex: .*plane.*

Any tips? Thanks!

Re: Regex not behaving as desired

Posted: 20 Sep 2014 04:36
by dtmilieu
Found the problem - there are non-printing characters in the imported string field. Removed those and regex now works as expected.