Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8279855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:27:50+00:00 2026-06-08T09:27:50+00:00

I have a Collada (.dae) file. Within the file there are a lot of

  • 0

I have a Collada (.dae) file. Within the file there are a lot of tags of this format;

<float_array id="adsfsafdas" count="72">12 4 2 1 92 1</float_array>

I want to extract the string from between all these tags and populate an array, so in this example it’ll save the string “12 4 2 1 92 1” into the array.

I have a function to find strings between two given strings but the “id” and “count” in the opening tag change for each one. From a bit of searching it seems that regular expressions are the way to go to match the pattern and “preg_match” might be of use.

Any tips about how to go about it? Thanks

EDIT: Thanks for the advice – I got it working with the following code!

<?PHP

//open collada file
$file = file_get_contents('samplecollada.dae');

//find all matches and populate array
preg_match_all("/\<float_array id\=\".+\" count\=\".+\"\>(.+)\<\/float_array\>/",$file, $results);

//output array to preview result
print_r($results[1]);

?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T09:27:52+00:00Added an answer on June 8, 2026 at 9:27 am

    Here‘s a basic reference of regex special characters. Here‘s the documentation on PHP’s preg_match(). What you want to do is match a literal <float_array, then a variable set of attributes (using something like .*? or [^>]*?, then a literal >, then the numbers (which you’ll need to group so that you can backreference them), then the literal </float_array>. In PHP, you can pass a $matches variable to capture backreferences (again, see documentation above). If you use / as your delimiter, you’ll need to escape your slashes within your regex with \. I’m sure you can piece the rest together.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have some dates in my local Oracle 11g database that are in this format:
I am having trouble importing a Collada file in Papervision3d. I have done an
have an XML file like this: <VS> <Fields> <Field Id=$1*>Column1</Field> <Field Id=$2*>Column2</Field> <Field Id=$3*>Column3</Field>
have written this little class, which generates a UUID every time an object of
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
Have converted devise new session from erb to Haml but doens't work, this is
have anyone can tell me what syntax error on this actionscript (actionscript3.0)? var rotY:
I have a problem using opengl on android to draw a simple rectangle. This
I'm having trouble loading joint data information from 'animation' node of collada file. First,
Have finally got a responsive site working (of a fashion). What I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.