Linked Questions

60 votes
5 answers
7k views

Does anyone know whether it is possible to combine\join two styled strings? That is, while the following code works fine: omega = "text"; omega<>omega ...
iav's user avatar
  • 2,046
23 votes
4 answers
1k views

Is there a way to define functions in a stylesheet? So far I have managed to write my stylesheets without the need to use my own custom functions or definitions. For instance, maybe I have some color ...
jmlopez's user avatar
  • 6,560
19 votes
1 answer
3k views

The documentation on String states: But if I try to perform some manipulations on this string, for example, take 2 words from the left, I get some shards of ...
Լ.Ƭ.'s user avatar
  • 1
19 votes
3 answers
1k views

I would like to apply Style to strings that are matched, for example, with one or more specified patterns or regular expressions, a string or a list of both, ...
Jonathan Prieto-Cubides's user avatar
8 votes
3 answers
1k views

The picture I load is my target: This is my code in mathematica ...
yode's user avatar
  • 27.8k
3 votes
3 answers
2k views

I have a string of characters, like "CDABOZPVRYXSWQEGNILUTHMKJF" and want to convert it to a string in which the character at position ...
orome's user avatar
  • 12.9k
7 votes
2 answers
557 views

I am trying to format some text based on some patterns. ...
wxffles's user avatar
  • 14.4k
3 votes
2 answers
992 views

I have one longer string, longString, and a set $S$ of shorter strings {ss1,ss2,ss3,...}. I'd like to print out ...
Bob2Alice's user avatar
  • 137
3 votes
1 answer
375 views

I'm interested in displaying a string composed from sub-strings of different colors. Mathematica allows one to create a list comprising sub-strings of different colors, for example ...
Konstantin's user avatar
1 vote
2 answers
233 views

How can I colorize letters in the given string? For instance: string = "jaonvtaqhsy" How to colorize 3 letters in the middle of ...
vito's user avatar
  • 9,126