remove_string_regexp: /^.*?: /,
I wonder if you miss the comma or put the incorrect comma.
So, please include the code in your blog, so I can check.
> --
> You received this message because you are subscribed to the Google Groups "Blogger Related Posts Service" group.
> To post to this group, send email to blogger-relate...@googlegroups.com.
> To unsubscribe from this group, send email to blogger-related-post...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/blogger-related-posts-service?hl=en.
>
>
new RegExp('^(Jesus's blog): '
The apostrophe is HTML escape'd. Heading to update doc...
remove_string_regexp: /^.*?: /,
Should be more efficient.