python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
BBedit Script - Replace text field?
Here's a piece of an EDL that I'm editing -
012 A005C004_22031_RPNV
*FROM CLIP NAME: A005C004_22031_RPNV
M2 AX 048.0
013 A003C002_220228_RPNV
*FROM CLIP NAME: A003C002_220228_RPNV
M2 AX ...
bvckwvrds
Votes: 0
Answers: 1
How to merge all the lines into single line in BBEDIT
How can I merge all the lines into single line by using BBEdit (MAC)
Example:
Sunday
Monday
Tuesday
Wednesday
Expected output:
Sunday Monday Tuesday Wednesday

Varun K M
Votes: 0
Answers: 1
BBedit regular expression find string
How I can find with bbedit regular expression all the lines containing the word text+""
Text("ciao") <- this is the type off line that i want to search
"Hello"
how are...
user2086295
Votes: 0
Answers: 0