<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Alexander Baumeister | Activity</title>
	<link>https://creativecow.net/members/alexanderstrauss/activity/</link>
	<atom:link href="https://creativecow.net/members/alexanderstrauss/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Alexander Baumeister.</description>
	<lastBuildDate>Fri, 18 Sep 2026 09:39:53 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">1793d4ddd4514cebf0e3695df72d7fc2</guid>
				<title>Alexander Baumeister replied to the discussion Handling Java&#039;s special characters when splitting paragraph text into lines in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436354</link>
				<pubDate>Tue, 18 Oct 2022 17:18:11 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436354"><span class="bb-reply-lable">Reply to</span> Handling Java's special characters when splitting paragraph text into lines</a></p> <div class="bb-content-inr-wrap"><p>Thanks Dan!</p>
<p>At the moment am designing MOGRTs on Mac Os for Premiere Pro, that are used mainly in a PC environment.</p>
<p>Perhaps the solution for my Problem can be found somewhere out in the Unicode Bermuda Triangle?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">89f5244f7eec173269eacca5c3489de8</guid>
				<title>Alexander Baumeister replied to the discussion Handling Java&#039;s special characters when splitting paragraph text into lines in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436332</link>
				<pubDate>Tue, 18 Oct 2022 00:58:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436332"><span class="bb-reply-lable">Reply to</span> Handling Java's special characters when splitting paragraph text into lines</a></p> <div class="bb-content-inr-wrap"><p>Thanks again for testing with my string, Dan.</p>
<p><span>That sounds plausible, your split criterion is a space &#8221; &#8220;.</span></p>
<p>But what if you do the split with &#8220;/r&#8221; for &#8220;carriage return&#8221;?</p>
<p><span>There should not be any carriage return in my test string yet.</span></p>
<p><span>Imagine a user inserting my test string into a paragraph text and then reformatting it by hitting the carriage return key&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-375545"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436332" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e680eb524ada2868c914329b91204de6</guid>
				<title>Alexander Baumeister replied to the discussion Handling Java&#039;s special characters when splitting paragraph text into lines in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436253</link>
				<pubDate>Mon, 17 Oct 2022 20:21:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436253"><span class="bb-reply-lable">Reply to</span> Handling Java's special characters when splitting paragraph text into lines</a></p> <div class="bb-content-inr-wrap"><p>Thank you for checking, curious.</p>
<p>Here comes my test string:</p>
<p></p>
<p>aäb cde fgh ijk lmn oöp qrsß tuü vwx yz AÄBC DEF GHI JKL MNO ÖPQ RST UÜV WXYZ !&#8221;§ $%&amp; /() _=?* &#8216;&lt;&gt; #|; ²³~ @`´ ©«» ¼× {} #xyz 1.xyz, ff fi a</p>
<p></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e5f57495af3546cb0d1abfe6e43e8d95</guid>
				<title>Alexander Baumeister replied to the discussion Handling Java&#039;s special characters when splitting paragraph text into lines in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436244</link>
				<pubDate>Mon, 17 Oct 2022 17:40:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436244"><span class="bb-reply-lable">Reply to</span> Handling Java's special characters when splitting paragraph text into lines</a></p> <div class="bb-content-inr-wrap"><p><span>.*+?^${}()|[]</span></p>
<p><span>&#8230;and perhaps a few more. </span><span>All characters that have dedicated function within Java.</span></p>
<p><span>Because they make the &#8220;carriage return&#8221; criteria &#8220;/r&#8221; </span><span>causing a malfunction or inconsistency.</span></p>
<p><span>Whenever there is one of those special characters in the paragraph source text.</span></p>
<p><span><br /></span></p>
<p><span>I searched the web and found something like this to &#8220;deactivate&#8221; them within the&hellip;</span></p>
<p><span class="activity-read-more" id="activity-read-more-375452"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/#post-2436244" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a4e9ca41475c83b9a63d7e2fb8e7240</guid>
				<title>Alexander Baumeister started the discussion Using the time stretch value from Premiere Pro within a Mogrt? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/using-the-time-stretch-value-from-premiere-pro-within-a-mogrt/</link>
				<pubDate>Mon, 17 Oct 2022 17:29:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/using-the-time-stretch-value-from-premiere-pro-within-a-mogrt/">Using the time stretch value from Premiere Pro within a Mogrt?</a></p> <div class="bb-content-inr-wrap"><p>Is there a way to use the time stretch value from Premiere Pro within a Mogrt when this Mogrt gets stretched in the Premiere Pro Timeline?</p>
<p>Is there a cheat for this or is this simply unpossible by system architechture.</p>
<p>Clearly you can input a value manually in a text field in Premiere Pro Graphic Essentials panel and process this value in After&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-375451"><a href="https://creativecow.net/forums/thread/using-the-time-stretch-value-from-premiere-pro-within-a-mogrt/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d37a60fa4d7fcca9bb0ac26e3744cb51</guid>
				<title>Alexander Baumeister started the discussion Handling Java&#039;s special characters when splitting paragraph text into lines in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/</link>
				<pubDate>Mon, 17 Oct 2022 17:02:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/">Handling Java's special characters when splitting paragraph text into lines</a></p> <div class="bb-content-inr-wrap"><p>Splitting paragraph text into lines  from one layer on a second text layer on source text works fine like this:</p>
<p></p>
<p>thisComp.layer(&#8220;paragraph_text_layer&#8221;).text.sourceText.split(&#8220;r&#8221;)[0];</p>
<p></p>
<p>The paragraph source text from layer &#8220;paragraph_text_layer&#8221; is split by &#8220;carriage return&#8221; and then referred as line [0] for line 1 and so on. All this works fine for&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-375449"><a href="https://creativecow.net/forums/thread/handling-javas-special-characters-when-splitting-paragraph-text-into-lines/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		