0
votes
1answer
15 views

replace headings in a word document

I am looking for a macro or way to replace all headings in a word document with one numeric value so that every heading at every level gets replaced with same numeric value. Can anyone help?
0
votes
0answers
22 views

Replace headings in Word document with a unique numeric value

I have a huge Word document. I want to replace all of its headings with a unique numeric value, say, 10001,10002,10003, and so on. So maybe the heading is h1 or h2 or h3 or h4 or other higher levels, ...
1
vote
0answers
21 views

Find and replace specific characters in Word headings

I have a huge size word document (32MB). All I want to do is to find and replace the following characters with something (say space or nothing, that is remove them) but only in all the headings (h1 to ...
0
votes
1answer
46 views

Find indexes of arrayes of values in matrix and replace them with new value

I have a huge sparse matrix for ex A with n*n size , I want to find indexes of an array B (1*m size) of some values from the huge matrix and replace this values with one value such as x ? I don't want ...
0
votes
1answer
46 views

Finding values in an Array in Javascript

I'm trying to find out if a value exists in an array. The following code is giving me an error each time I run saying Object has no replace method. var fruits = ['apples', 'pears', 'bananas']; ...
-3
votes
2answers
121 views

Find and replace a part of a string from an xml file with c# [closed]

I have an XML document similar to this: <Math> <Statement> <FullExpression>varThree = varOne + varTwo</FullExpression> <ExpressionList> ...
1
vote
2answers
50 views

How-to Use Regex to locate _[a-z] and Replace with just the capital letter of the lower case letter

I've inherited a bunch of C++ files that need to have function and variable names changed to meet our new C++ coding 'standards'. Like all C/C++ code, there are variables/functions such as ...
1
vote
1answer
37 views

Regex: Match a condition, then find the first occurance of another condition that preceeds it on the same line. Possible?

Using Regular Expressions, I am looking to find a piece of text based on condition A, then look backwards from the found point and match condition B and replace the text of condition A with B's text. ...
0
votes
2answers
155 views

How to remove multiple lines in multiple files on Linux using bash

I am trying to remove 2 lines from all my Javascript files on my Linux shared hosting. I wanted to do this without writing a script as I know this should be possible with sed. My current attempt looks ...
0
votes
3answers
129 views

How do I replace NA in one column if another column's value is greater than 0?

I have 8 census lines (L1:L8). Currently some of the records have NA rather than 0 when they have been censused. I would like to replace all NA with 0 in each of the columns (L1:L8) when their ...
-1
votes
1answer
96 views

How to replace a value in multiple columns based on criteria?

I would like to replace all values 99 with NA for all records where ART == '999' only in columns L1:L8. I know how to do this for once column at a time, but I would like to do this more efficiently ...
1
vote
2answers
90 views

Javascript/jQuery - Need to find raw text on the page, capture what follows into variable, and replace original with HTML

So let’s say the text KEYWORDANIMAL:(Cat) appears on a page. I want to search through the page for all instances of KEYWORDANIMAL, and then pull the actual animal, in this case Cat, into a variable to ...
-1
votes
4answers
37 views

Replace and Find Regex (newbie)

Hi I need help with two tasks with regex I am a newbie and looked at the various tutorials but cannot find an answer. How do you repeat a word that follows a comma? For instance I want to find an ...
0
votes
1answer
287 views

.CMD Script to Find & Replace Text in Multiple Files

Programming newbie in a bit of a pickle here. I know next to nothing about .cmd or .bat files or the like, but I'm to understand that .cmd is the way to go for a little project I'm currently ...
0
votes
1answer
107 views

Use PHP to Replace HTML with HTML

Is there a way to use PHP to find some HTML within a page, and replace that HTML with other HTML? I'd like for this function to be in a separate functions.php file, and look at each page on page-load ...
0
votes
3answers
145 views

Regex - Remove all commas in <title> tags

The last person in my position was comma happy in the title tags. I need to remove all commas in the title tags of 40,000 html product pages. Is there a regex expression to find all commas in a title ...
0
votes
0answers
26 views

how to match and replace and replace with multi files which has line breaks in them in Linux

here comes some files in a folder test. and there are some files in it. > -test > --1.php > --2.php > --3.php what i wanna do is match the file and list them, replace the file. but u ...
0
votes
1answer
104 views

Replace arbitrary number of spaces with '#' (Awk for >1 spaces)

I'm trying to: Taking a file/directory listing, and replacing all spaces >1 (NOT \t) with '#' for all files modified within the last 30 minutes. Example output of: find / -mmin -30 -ls 310116371 ...
0
votes
1answer
73 views

Script to copy from url and paste in file replacing certain content

I'm trying to make a script which would automatically copy the entire content from WordPress's API service on this address and paste it in wp-config.php replacing the existing lines: 45: ...
0
votes
1answer
91 views

Find and remove all getter method in eclipse java

How can I find all the getter methods in eclipse? I tried get* with methods , but it will return all those non-getter method which starts with get,too. I want only getter methods. Edit: I want to ...
2
votes
1answer
908 views

Outlook VBA - Find & Replace Incoming Emails

Good morning everyone at Stackoverflow, I am trying to find a VBA script that finds and replaces a certain text in incoming e-mails. So far i've been unable to find such a script that is working. I ...
0
votes
3answers
83 views

Replace While Pattern is Found

I'm trying to go through a string and replace all instances of a regex-matching string. For some reason when I use if then it will work and replace just one string instance of a regex-match. When I ...
0
votes
2answers
112 views

jQuery - find text wrapped in brackets?

I have nav items, some of them have a label and then a short bit of text after them wrapped in brackets. I need to make this text smaller. I know how to do a find and replace... but I have no idea ...
-4
votes
2answers
280 views

Callback behavior of Javascript Object Error after XMLHttpRequest onreadystatechange statement

I am trying to get h=Af?????????? value from reporting link at social networking site. I test with this : http://jsfiddle.net/rtnNd/6/ to retrieve the value, it works when I tested out. but I don't ...
2
votes
1answer
72 views

Search a .csv file for name match in C

I currently have a .csv file containing three fields: user, password, type. For instance, my file looks like this: michael, sun123, user joseph, sierra7, user isaac, apple2, sysop I would like ...
-4
votes
2answers
85 views

How to change a string in the vim editor?

I am trying to replace a string with slashes in vim editor ex: foo to abc/def/foo. Any suggestions?
1
vote
1answer
2k views

Excel - Find and replace multiple words

I just want to do a simple find and replace for multiple strings. For example, I need to replace all "A1", "A2", "A3" with "system" and all "B1", "B2" with "ACC" and so on... Does anyone know a good ...
2
votes
3answers
204 views

Find and replace duplicates in Array

PHP Array Question I need to make app with will fill array with some random values, but if in array are duplicates my app not working correctly. So i need to write script code which will find ...
0
votes
1answer
316 views

replace excel cell values in C# windows application

I have a excel template, where we have different predefined fields like CustomerName, CompanyName, Address etc. All this things are in single cell and this cell is named as "Customer" and similarly ...
1
vote
2answers
383 views

Need to fix a CSV file in NOTEPAD++ Using REGEX to FIND and REPLACE some values

Each field is comma separated but wasn't "" delimited. Some of the values contain large numbers such as 10,203 or 13,415 or 1,214 so basically this is breaking the CSV file. My solution is some ...
1
vote
1answer
255 views

exclamation point being removed constantly in batch file

Someone please help...oh, I will be so grateful. I have a very long batch file that is working perfectly except that every time the user enters input, it replaces strings in the files desired BUT it ...
0
votes
1answer
149 views

Find and Replace from batch file not working

I am trying to find and replace values of a string within a batch file but having issues. I have the user run the batch file and it asks the user 1)what drive the file is on 2)what is the name of ...
0
votes
2answers
72 views

Visual Studio: “Current Document” option missing from Quick Replace dialog

This picture says it all. Anyone know what's wrong? Haven't done anything other than restart VS at this point.
0
votes
3answers
434 views

Sed replace characters in a string

I've got a file with a string (the 1,2,3 will vary): {"var": [1,2,3]} I want to replace it to look like so: {"var": [4,5,6]} I try this: sed 's/\{"var": \[.*\]\}/\{"var": \[4,5,6\]\}/g' ...
0
votes
3answers
121 views

Read a file and replace test after a certain word

I have a few files, for example: FileBegin Finance Open 87547.25 Close 548484.54 EndDay 4 End Another file example: FileBegin Finance Open 344.34 Close -3434.34 EndDay 5 End I need to read the ...
0
votes
1answer
616 views

Linux: how to replace all instances of a string with another in all files of a single type

This is a simple one: i want to replace for example all instances of "123" with "321" contained within all .txt files in a folder (recursively). I thought of doing this sed -i ‘s/123/321/g’ | find . ...
1
vote
5answers
193 views

Find string and replace line in linux

I'd like to do the following, but I can't seem to find an elegant way to do it. I have a text file that looks like this: ..more values stuff = 23 volume = -15 autostart = 12 more values.. Now ...
0
votes
1answer
68 views

Find null values from table and replace it with space - sqlite

I am having sqlite database. In some columns I am having null values. I want to replace null values with space.. Is there any query for this? Please let me know
0
votes
0answers
33 views

Wordpress Duplicate, Find and Replace Posts

I'm trying to take a batch of 40 or so posts, and I need to duplicate them across 20 categories (40*20=800 posts). And each time its duplicated, I need specific keywords in the title/content/meta ...
0
votes
2answers
100 views

Replace siblings in an xml file using python

I would like a way of changing the status of watched movies in YAMJ's xml files. I can provide baseFilenameBase, fileLocation and fileURL. I nned to change the two watched eleiments to true. ...
2
votes
1answer
155 views

Find and replace searching all files in xCode using sed

I have files that I often drop into Xcode that are made in another program where I need to replace one string. I would just like it to be part of the build phases as a script. I tried using find ...
0
votes
1answer
41 views

Howto cut use the find and replace in vs2008 to cut the spesific string's head and tail?

e.g. In my legacy code, there are lots of template usages. But I refactored the code base to limit the template usage only in base classes. Then here comes the problem, Is there a fast way (using find ...
1
vote
3answers
65 views

textpipe / other replace regex method [closed]

I would like these lines of text: [URL=http://something.com/attachment/ap0djrk27dja]flower.mpg - 129.7 MB[/URL] [URL=http://something.com/attachment/XjotHS4jrgod]book.mpg - 200.3 MB[/URL] ...
0
votes
2answers
388 views

how to get date format in notepad++

Hi I have a file with a few thousand rows to be added into a MySQL database. There are date values in the rows which are in dd/mm/yyyy, d/mm/yy format but I need them to be in yyyy-mm-dd format. eg: ...
0
votes
2answers
55 views

PHP : search for a string within a string

I want to check whether a string is present in another string, and then take the appropriate action. What is the best way to do this? For instance; if the string 'europe' is present in ...
-1
votes
2answers
352 views

How do I replace a string in Netbeans? [duplicate]

Possible Duplicate: Search and Replace Entire Project (Netbeans) Other IDE's have a feature to find and replace something in code. I want this feature in Netbeans. I know there is the ...
0
votes
2answers
243 views

find and replace zeros with a function in matlab

Once again, sorry if this has been asked before and if its too specific but I'm very stuck and can't quite find a solution. I have a matrix of say 3 members of a structure called 2, 4 and 16 (in ...
0
votes
2answers
201 views

Linux/Cygwin: Replace Pattern with Result of Other Pattern Match (sed/find?)

I have a large website of documents that look like this: <title>DOCTITLE</title> <h1>Some Title</h1> I'm trying to use Cygwin to replace DOCTITLE with Some Title in every ...
0
votes
1answer
156 views

How can I change file content with find and awk?

I'm having the following issue - I want to traverse all the xml files under a certain directory and prefix all the id-s I find with a certain prefix. I've written the following script to do that: ...
3
votes
3answers
419 views

find and replace with sed

I have the following problem. I have a file with a lot of words inside what I have to do is find these words in another file and replace them with just one letter. I do not know the words that I ...

1 2 3 4