I'm looking for a regular expression to match a text starting with '• To start here' (bullet followed by a space and "To start here"). Does someone know how to do it ?
I keep searching and if I find the solution I'll post it.
edit (my attempt) :
var result = assertion.search(<li>(.To start here)</li>)
thanks,
Bruno