Is this regular expression correct ?

Is this regular expression correct ?

RicardRicard Posts: 8Questions: 0Answers: 0
edited June 2011 in General
I know that possibly this question is off topic, but I'm blocked trying to use one regular expression with datatables.

I want to show only the db registers which have id=11 (secondary key), the id column is (10)
[code]myTable.fnFilter("^\\s*"+'11'+"\\s*$",10,true,true);[/code]

Thanks in advance
Ricard
This discussion has been closed.