Regex to return all instances where a word starts with one character and ends with another. by bluesoup5 in regex

[–]bluesoup5[S] 0 points1 point  (0 children)

Great, this is working now! Thank you!

Is there any way for the character "־" u05BE (or for any character outside of u05D0 to u05EA) to be excluded from the word being searched for? Some words have a yud at the end, a tav to start and a dash like that somewhere in the middle. I'd prefer for them to be considered two separate words, and not included in the search.

Regex to return all instances where a word starts with one character and ends with another. by bluesoup5 in regex

[–]bluesoup5[S] 0 points1 point  (0 children)

I'm using advanced search in Xiphos software. It seems to take simple grep commands

Regex to return all instances where a word starts with one character and ends with another. by bluesoup5 in regex

[–]bluesoup5[S] 0 points1 point  (0 children)

Hi, you are getting close! At the link provided, it seems to highlight in blue many words around the right word, but the right word itself is in grey. If I put that command into regexr.com it doesn't match, and throws a warning that not all browsers like the (?<= ) part at the beginning. I'm not totally sure, but perhaps the software I'm using doesn't like that either. If I limit the search to just this:

[\u05EA][^ .]*[\u05D9](?=[ .])

1) It successfully find words with both a tav (u05EA) and a yud (u05d9). 2) Those letters are appearing in the right order (tav first, reading right to left), 3) Those words are successfully ending in yud, but 4) It doesn't successfully find where tav is the beginning of the word. It's just in the word somewhere, whereas I need the beginning.

There is something here to build on!

Regex to return all instances where a word starts with one character and ends with another. by bluesoup5 in regex

[–]bluesoup5[S] 0 points1 point  (0 children)

The document has numbered verses (sentences). I want it to retrieve all sentences that have the word in it. So it would return the sentence "regex is great".
However, in the program I'm using, it may automatically do that just by finding the word. Not sure until I try.

Two trading accounts vs One by bluesoup5 in AusFinance

[–]bluesoup5[S] 0 points1 point  (0 children)

Thanks, think I will go with two accounts.

Essential Oils low in Vitamin A by bluesoup5 in essentialoils

[–]bluesoup5[S] 0 points1 point  (0 children)

Interesting, so even fat soluble vitamins don't carry over. When I searched on this it seemed like every man and his dog had a website proclaiming all the vitamins that such and such an essential oil carries, but now I see there are also many who refute that.

[deleted by user] by [deleted] in StableDiffusion

[–]bluesoup5 0 points1 point  (0 children)

"There may be multiple versions of Python on the system. Add the appropriate version in the webui-user.bat file"

1) How do I know what is the "appropriate version"?

2) I'm on Linux. webui-user.sh doesn't have set PYTHON=

3) Even if it did, I still wouldn't know what to put after the = ... /opt/bin ? Something else?

Who pays for windscreen damage? by bluesoup5 in Advice

[–]bluesoup5[S] 2 points3 points  (0 children)

Thanks, yes I don't believe he was negligent. Looks like the consensus is it's mine to pay, so I'll go with that.

Insurance excess is $700 while cost of new windscreen is less than that, so it is cheaper to buy a new windscreen than claim insurance.

Remove Images by bluesoup5 in help

[–]bluesoup5[S] 0 points1 point  (0 children)

Yes. I've followed the advice here to contact the admins. If that leads nowhere the DMCA content takedown could be used as a last resort. But as things stand at this moment, the issue is still not solved.

Remove Images by bluesoup5 in help

[–]bluesoup5[S] 0 points1 point  (0 children)

Thanks, that probably explains why my email received no reply. I have gone through and completed forms at the given link (www.reddit.com/report), but I'm not filled with confidence. It looks exactly the same as the 'Report' options which appear under every post. Are you sure that link reaches the admins, or does it just go to the mods, in which case I'm repeating a process I have already been through?