Dear J Mc, You are probably missing the whitespace between the braces. Note the regular expression is ([A-z ]+), with a space after the z
Regards El miércoles, 22 de marzo de 2017, 16:04:30 (UTC+1), J Mc escribió: > > Hi Danielo, > I have tried the regular expression suggested in your screenshot, but it > does not work. It is close, but not exactly as I need it. > > The results is as shown below. > > [[Abbey]] [[Close]] > [[Abbey]] [[Lane]] > [[Abbey]] [[Mount]] > [[Abbey]] [[Strand]] > [[Abbey]] [[Street]] > > The result that I need is as shown below. (Please note the blank lines in > between each street name). > > > [[Abbey Close]] > > [[Abbey Lane]] > > [[Abbey Mount]] > > [[Abbey Strand]] > > [[Abbey Street]] > > Thanks for your help. > J Mc > > On Wednesday, 22 March 2017 11:59:54 UTC, Danielo Rodríguez wrote: >> >> Hello J Mc, >> >> You should be able to get wat you want making use of the regular >> expression feature. >> >> Hope the following screenshots helps you, let me know if it does not: >> >> >> <https://lh3.googleusercontent.com/-zjoDMS4fpWE/WNJnLRsZhUI/AAAAAAAAV6o/Bvlr_AbuN90g2V2oa-z9wal6l6LOEjRdACLcB/s1600/Captura%2Bde%2Bpantalla%2B2017-03-22%2B12.58.25.png> >> >> >> El martes, 21 de marzo de 2017, 20:43:46 (UTC+1), J Mc escribió: >>> >>> Hi Danielo, >>> I have tried your searchNreplace plugin but can't get it to work. >>> I have a large list of street names which I need to enclose in square >>> brackets and need to separate with a blank line so that I can create new >>> tiddlers from a list. >>> I can search for \n and replace this [[ but can't put the closing ]] >>> brackets in place. >>> If I have a list such as below, >>> >>> Abbey Close >>> Abbey Lane >>> Abbey Mount >>> Abbey Strand >>> Abbey Street >>> >>> >>> how do I achieve the following >>> >>> [[Abbey Close]] >>> >>> [[Abbey Lane]] >>> >>> [[Abbey Mount]] >>> >>> [[Abbey Strand]] >>> >>> [[Abbey Street]] >>> >>> Any help you could offer would be great much appreciated. >>> >>> Thanks, >>> >>> J Mc >>> >>> On Monday, 13 April 2015 07:09:27 UTC+1, Danielo Rodríguez wrote: >>>> >>>> Please can you point to the code? >>>>> >>>> >>>> Hello Jeremy, >>>> >>>> Sorry,the code that does the replacement is here: >>>> >>>> >>>> https://github.com/danielo515/TW5-searchNreplace/blob/master/searchNreplacewiki/plugins/searchNreplace/daemons/replace-daemon.js >>>> >>>> >>> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5b001b9f-2638-481c-a2bc-a9137757a931%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

