I have a MySQL dump and the dump has timestamp datatype. But the values are not escaped in qoutes. I want to write a regular expression to write to match the time tamp column and replace it by enclosing in quotes

I have some thing like this:

2006-02-15 04:44:00

I want to replace this woth quotes like:

'2006-02-15 04:44:00'

I am not familiar with regular expression.

i want to do this with notepad++

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.