Re: Any characters wildcard or regex?

2016-09-22 Thread Dave Cragg
> On 22 Sep 2016, at 16:45, Keith Clarke wrote: > > Thanks Mike, pilot error here - replacetext(tData,"<.*>",empty) looks to be a > viable direction of travel once correctly typed. Time to rest my eyes, > methinks! 8-) > Best, > Keith.. I think you might need replacetext(tData,"<.*?>",empty)

Re: Any characters wildcard or regex?

2016-09-22 Thread Keith Clarke
d" for this: >>> ... >>> set the htmltext of the templatefield to url("http://your_url/here.html >> ") >>> put the text of the templatefield into fld 1 # or a variable >>> reset the templatefield ## !! >>> ... >>> >>

Re: Any characters wildcard or regex?

2016-09-22 Thread Mike Bonner
eld into fld 1 # or a variable > > reset the templatefield ## !! > > ... > > > >> On Thu, Sep 22, 2016 at 7:34 AM, Keith Clarke > wrote: > >> > >>> Hi folks, > >>> I’m trying to strip out all HTML tags from text in a variable. > Replacement

Re: Any characters wildcard or regex?

2016-09-22 Thread Keith Clarke
ield ## !! > ... > >> On Thu, Sep 22, 2016 at 7:34 AM, Keith Clarke wrote: >> >>> Hi folks, >>> I’m trying to strip out all HTML tags from text in a variable. Replacement >>> of specific tags works fine... replace “" with empty in tText …but I

Re: Any characters wildcard or regex?

2016-09-22 Thread Klaus major-k
iable. Replacement >> of specific tags works fine... replace “" with empty in tText …but I’m >> struggling to find (documentation on) a blanket ‘any number of any >> characters’ wildcard or regex approach... >> >> So far I’ve tried "<*>”, “<[*]

Re: Any characters wildcard or regex?

2016-09-22 Thread Mike Bonner
ace “" with empty in tText …but I’m > struggling to find (documentation on) a blanket ‘any number of any > characters’ wildcard or regex approach... > > So far I’ve tried "<*>”, “<[*]>”, “<[.*]>”, "<" & "[.*]" & “>” to no avail > >

Any characters wildcard or regex?

2016-09-22 Thread Keith Clarke
Hi folks, I’m trying to strip out all HTML tags from text in a variable. Replacement of specific tags works fine... replace “" with empty in tText …but I’m struggling to find (documentation on) a blanket ‘any number of any characters’ wildcard or regex approach... So far I’ve