Thank you very much. It does work.ben_josephs wrote:It does work. Try again.
Make sure you haven't got a space at the end of the search expression.
Search found 14 matches
- Sat Jan 09, 2010 8:35 pm
- Forum: General
- Topic: Is There A Way To Delete Unnecessary Hyphens?
- Replies: 9
- Views: 1181
- Sat Jan 09, 2010 7:40 pm
- Forum: General
- Topic: Is There A Way To Delete Unnecessary Hyphens?
- Replies: 9
- Views: 1181
- Sat Jan 09, 2010 7:27 pm
- Forum: General
- Topic: Is There A Way To Delete Unnecessary Hyphens?
- Replies: 9
- Views: 1181
ak47wong did provide you with a solution that matched exactly what you requested: If I could search for a sequence where a hyphen/dash is inserted between two consonants . But now you have changed the specs. Here is a structure that you can complete: Search for (b)-(b)|(c)-(c)|(d)-(d)|.......|(z ...
- Sat Jan 09, 2010 5:53 pm
- Forum: General
- Topic: Is There A Way To Delete Unnecessary Hyphens?
- Replies: 9
- Views: 1181
Re: Is There A Way To Delete Unnecessary Hyphens?
If I could search for a sequence where a hyphen/dash is inserted between two consonants and replace with those same two consonants, then my world would be ever so much brighter. You can do a replace operation like so: Find what: ([bcdfghjklmnpqrstvwxyz])-([bcdfghjklmnpqrstvwxyz]) Replace with: \1\2 ...
- Sat Jan 09, 2010 4:32 pm
- Forum: General
- Topic: Is There A Way To Delete Unnecessary Hyphens?
- Replies: 9
- Views: 1181
Is There A Way To Delete Unnecessary Hyphens?
In texts that I receive from others, there are often hyphenated words that appeared at the end of a line in their word processor or text editor, but which aren't at the end of a line for my configuration. It's easy to change "-ing" to "ing" for instance, but when a word such as "grabbing" is present ...
- Sat Nov 06, 2004 3:52 am
- Forum: General
- Topic: Write macro to save copy as with date in filename
- Replies: 9
- Views: 1278
- Sat Nov 06, 2004 12:37 am
- Forum: General
- Topic: Write macro to save copy as with date in filename
- Replies: 9
- Views: 1278
Write macro to save copy as with date in filename
I've found if you create a macro inside a document that has already been saved, then the clipboard contents won't get hard coded inside the macro. I don't have a clue how one would insert the date and time into the title via a macro but maybe this will help get past the hard coded information from ...
- Fri Aug 15, 2003 9:36 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
Thanks for your suggestion, Crassius. I'm dealing with documents that are word-wrapped and without hard breaks at the end of each sentence. But searching on the string "\\n\([^\t]\)" and replacing with "\n\t\1" is the fix suggested back in May by Mudguard on the same question I have today ...
- Fri Aug 15, 2003 7:03 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
And again, I'm talking about the first line in each paragraph, not the first line in the document.
- Fri Aug 15, 2003 7:02 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
My apologies. After more testing, Bob, that search string indents only the first line on some text documents but not on others. I'm trying to determine what setting makes the difference.
- Fri Aug 15, 2003 5:12 am
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
Darn. Please ignore the poor grammer.
- Fri Aug 15, 2003 5:10 am
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
Thanks for your suggestion, but that search routine indents every line in the entire document to be indented. I'm trying to find a method of formatting paragraphs so that the first line, and only the first line, in each paragraph is indented.
- Fri Aug 15, 2003 3:58 am
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
Nope, you're not missing anything -- I am! I need to proof what I write much better. I'm really concerned with formatting every paragraph in a given document. In other words, I want the first line in every paragraph to be indented. Sorry for my poor explanation.
- Thu Aug 14, 2003 9:27 pm
- Forum: General
- Topic: Indenting The First Line In A Paragraph
- Replies: 11
- Views: 1463
Indenting The First Line In A Paragraph
Can anyone tell me how to indent only the first line in a document? What settings under "Preferences" must be set for this to happen. I've read past forum suggestions and they don't work. Invariably, the suggested procedure indents the entire paragraph or does nothing at all.